@charset "UTF-8";
A {
  color: #010101;
  outline: none;
  text-decoration: none;
}
A:visited, A:active {
  color: #010101;
}
A:hover {
  color: #c8b264;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #fafafb;
  line-height: 1.6;
  font-size: 14px;
  color: #010101;
  overflow-x: hidden;
}
@media only screen and (max-width: 1230px) {
  BODY {
    font-size: 13px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

p,
b,
ul,
li,
input,
img,
button {
  margin: 0px;
  padding: 0px;
}

button {
  border: 0;
  background: none;
}

input {
  border: 0px;
}

img,
button,
label,
:before,
:after {
  border: 0px;
  vertical-align: middle;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

a,
li,
i,
span,
.img_content {
  outline: none;
  transition: all 0.2s linear;
}

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "微软雅黑";
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.em1 {
  padding: 0 0.5em;
}

.mh {
  width: 100%;
  float: left;
}

.em2 {
  padding: 0 1em;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

.img_content {
  width: 100%;
  overflow: hidden;
}
.img_content img {
  width: 100%;
}

.text_content {
  width: 100%;
}

#mediaplayer_logo {
  display: none;
}

.ny_main {
  width: 1230px;
  margin: 0 auto;
}
@media only screen and (max-width: 1230px) {
  .ny_main {
    width: 100%;
  }
}

@media only screen and (min-width: 1230px) {
  .mob {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .pc {
    display: none;
  }
}
.m-b-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1230px) {
  .m-b-80 {
    margin-bottom: 20px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1230px) {
  .m-b-70 {
    margin-bottom: 20px;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .m-b-60 {
    margin-bottom: 20px;
  }
}

.m-b-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1230px) {
  .m-b-50 {
    margin-bottom: 20px;
  }
}

.m-b-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1230px) {
  .m-b-40 {
    margin-bottom: 20px;
  }
}

.m-b-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .m-b-30 {
    margin-bottom: 20px;
  }
}

.m-b-35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1230px) {
  .m-b-35 {
    margin-bottom: 20px;
  }
}

.m-b-20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1230px) {
  .m-b-20 {
    margin-bottom: 15px;
  }
}

.m-b-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1230px) {
  .m-b-25 {
    margin-bottom: 15px;
  }
}

.m-b-10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1230px) {
  .m-b-10 {
    margin-bottom: 5px;
  }
}

.m-b-15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1230px) {
  .m-b-15 {
    margin-bottom: 10px;
  }
}

.m-l-20 {
  margin-left: 20px;
}
@media only screen and (max-width: 1230px) {
  .m-l-20 {
    margin-left: 10px;
  }
}

.m-l-30 {
  margin-left: 30px;
}
@media only screen and (max-width: 1230px) {
  .m-l-30 {
    margin-left: 15px;
  }
}

.m-l-60 {
  margin-left: 60px;
}
@media only screen and (max-width: 1230px) {
  .m-l-60 {
    margin-left: 20px;
  }
}

.m-l-70 {
  margin-left: 70px;
}
@media only screen and (max-width: 1230px) {
  .m-l-70 {
    margin-left: 20px;
  }
}

.m-l-50 {
  margin-left: 50px;
}
@media only screen and (max-width: 1230px) {
  .m-l-50 {
    margin-left: 20px;
  }
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}
@media only screen and (max-width: 1230px) {
  .m-l-10 {
    margin-left: 8px;
  }
}

.m-l-15 {
  margin-left: 15px;
}
@media only screen and (max-width: 1230px) {
  .m-l-15 {
    margin-left: 10px;
  }
}

.u {
  text-decoration: underline;
}

a.more_arrow,
.more_arrow {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  background-color: #c8b264;
  color: #fff;
  padding: 0 15px 0 20px;
  border-radius: 3px;
}
a.more_arrow .bi,
.more_arrow .bi {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width: 1230px) {
  a.more_arrow,
  .more_arrow {
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 15px;
    border-radius: 3px;
  }
  a.more_arrow .bi,
  .more_arrow .bi {
    font-size: 14px;
  }
}

a.more_arrow_normal,
.more_arrow_normal {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  color: #666;
  border-radius: 30px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
a.more_arrow_normal .bi,
.more_arrow_normal .bi {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width: 1230px) {
  a.more_arrow_normal,
  .more_arrow_normal {
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 15px;
  }
  a.more_arrow_normal .bi,
  .more_arrow_normal .bi {
    font-size: 14px;
  }
}

.top_jg {
  height: 180px;
}

@media only screen and (max-width: 1230px) {
  .top_jg {
    display: block;
    height: 55px;
  }
  .menuMob {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12.5px;
    z-index: 31;
  }
  .menuMob a {
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23c0985a'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .menuMob a.on {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23c0985a'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23c0985a'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.list-paddingleft-2 li p {
  margin: 0;
}

.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
@media only screen and (min-width: 1230px) {
  .img_scale:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
}

.btn-ani-show {
  padding: 0 40px;
  position: relative;
}
.btn-ani-show .bi {
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 1230px) {
  .btn-ani-show:hover .bi {
    right: 20px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 1230px) {
  .btn-ani-show {
    padding: 0;
  }
  .btn-ani-show .bi {
    display: none;
  }
}

.btn-ani-toggle {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.btn-ani-toggle b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-toggle .bi_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-ani-toggle .bi_cont .bi {
  margin: 0 !important;
  font-size: 22px !important;
}
@media only screen and (min-width: 1230px) {
  .btn-ani-toggle:hover b {
    top: -100%;
  }
  .btn-ani-toggle:hover .bi_cont {
    top: 0;
  }
}

.btn-ani-full {
  position: relative;
  overflow: hidden;
}
.btn-ani-full b {
  position: relative;
  z-index: 2;
  display: block;
}
.btn-ani-full::before {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0%;
  top: 0%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full:hover::before {
  width: 100%;
}

.btn-ani-full-uiColor {
  position: relative;
  overflow: hidden;
}
.btn-ani-full-uiColor b {
  display: block;
  z-index: 2;
  position: relative;
}
.btn-ani-full-uiColor::before {
  width: 0%;
  height: 100%;
  content: "";
  background-color: #c8b264;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full-uiColor:hover b {
  color: #fff !important;
}
.btn-ani-full-uiColor:hover::before {
  width: 100%;
}

a .svg {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  a .svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  a .svg {
    height: 30px;
    width: 30px;
  }
}
a .svg svg {
  width: 100%;
  height: 100%;
  overflow: inherit;
  position: relative;
}
a .ani_linear,
a .ani_linear_small,
a .ani_linear_big {
  fill: none;
  stroke-width: 50;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
a:hover .ani_linear {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_linear_small {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_linear_big {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_showHide {
  animation: fadeIn 0.8s 0.1s ease both;
  -webkit-animation: fadeIn 0.8s 0.1s ease both;
  -moz-animation: fadeIn 0.8s 0.1s ease both;
}
a:hover .svg_small .ani_linear {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_small {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_big {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
a .svg_small {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  a .svg_small {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  a .svg_small {
    height: 30px;
    width: 30px;
  }
}
a .svg_small svg {
  width: 100%;
  height: 100%;
  overflow: inherit;
  position: relative;
}
a .svg_small .ani_linear,
a .svg_small .ani_linear_small,
a .svg_small .ani_linear_big {
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.btn-ani-diff-uiColor {
  position: relative;
  overflow: hidden;
}
.btn-ani-diff-uiColor b, .btn-ani-diff-uiColor .bi {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.btn-ani-diff-uiColor::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  background-color: #c8b264;
  border-radius: 50%;
}
.btn-ani-diff-uiColor:hover::before {
  width: 140%;
  height: 140%;
  max-width: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
}

.btn-ani-anim {
  position: relative;
  overflow: hidden;
}
.btn-ani-anim b {
  position: relative;
  z-index: 1;
}
.btn-ani-anim:hover .anim,
.btn-ani-anim:hover .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
.btn-ani-anim:hover .anim {
  animation: anim-out 0.75s;
  cursor: pointer;
}
.btn-ani-anim:hover .anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
}
.btn-ani-anim:hover .anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.btn-ani-anim:hover .anim,
.btn-ani-anim:hover .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
.btn-ani-anim:hover .anim:after {
  animation: anim-out-pseudo 0.75s;
}
.btn-ani-anim:hover .anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.btn-ani-anim:hover .anim_container {
  width: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  left: 0;
}

@keyframes anim-out {
  0% {
    width: 0%;
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    width: 100%;
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
.list-ani-shadow-10 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-ani-shadow-10 a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  max-width: inherit;
  z-index: -1;
}
.list-ani-shadow-10 a:hover:before {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.list-ani-shadow-20 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-ani-shadow-20 a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  max-width: inherit;
  z-index: -1;
}
.list-ani-shadow-20 a:hover:before {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.top {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 30;
  position: fixed;
  left: 0;
  top: 0;
}
.top > .ny_main {
  position: relative;
  height: 115px;
}
.top > .ny_main .logo {
  height: 78px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -39px;
}
.top > .ny_main .logo img {
  height: 100%;
}
.top > .ny_main a.cd_search {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.top > .ny_main a.cd_search:hover {
  background-color: #c8b264;
  color: #fff;
}
.top > .ny_main a.cd_search .bi {
  line-height: 40px;
  font-size: 20px;
  transition: all 0s linear;
}
.top > .ny_main a.cd_search .bi::before {
  transition: all 0s linear;
}
@media only screen and (max-width: 1230px) {
  .top {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0;
  }
  .top .ny_main {
    height: 55px;
  }
  .top .ny_main .logo {
    height: 35px;
    margin-top: -17.5px;
    left: 15px;
  }
  .top .ny_main a.cd_search {
    right: 45px;
    margin-top: -20px;
  }
  .top .ny_main a.cd_search:hover {
    background-color: #fff;
    color: #c8b264;
  }
  .top .ny_main a.cd_search .bi {
    font-size: 20px;
    color: #c8b264;
  }
}

@media only screen and (min-width: 1230px) {
  .nav_mh {
    background-image: url(../images/index/navbg.jpg);
    height: 66px;
  }
  .nav_mh .menu {
    height: 66px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav_mh .menu li {
    height: 66px;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .nav_mh .menu li + li {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .nav_mh .menu li a.dbt {
    font-size: 18px;
    display: block;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    padding: 12px 0;
    height: 66px;
  }
  .nav_mh .menu li a.dbt p {
    font-size: 12px;
    text-transform: uppercase;
  }
  .nav_mh .menu li:hover a.dbt, .nav_mh .menu li.on a.dbt {
    background-image: url(../images/index/navon.jpg);
  }
  .nav_mh .menu li dl {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 66px;
    background-image: url(../images/index/navbg.jpg);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
  }
  .nav_mh .menu li dl a {
    display: block;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
  }
  .nav_mh .menu li dl a:hover {
    background-image: url(../images/index/navon.jpg);
  }
  .nav_mh .menu li:hover dl {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    overflow-y: auto;
    background-color: #fff;
    left: 100%;
    top: 55px;
    z-index: 29;
    margin: 0;
  }
  .nav_mh .menu {
    height: auto;
    width: 100%;
  }
  .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .nav_mh .menu li a.dbt {
    font-size: 14px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
  }
  .nav_mh .menu li a.dbt p {
    font-size: 12px;
  }
  .nav_mh .menu li dl {
    width: 100%;
    display: block;
    font-size: 0;
  }
  .nav_mh .menu li dl dd {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .nav_mh .menu li dl a {
    padding: 5px 0px;
    padding-left: 6%;
    font-size: 13px;
    text-align: left;
    line-height: 30px;
    height: auto;
    color: #333;
  }
}

.swi_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swi_banner .swiper-slide {
  text-align: center;
  width: 100%;
  position: relative;
}
.swi_banner .swiper-slide img {
  width: 100%;
}
.swi_banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 10px;
  border: 0;
  margin: 0 8px !important;
}
.swi_banner .swiper-pagination-bullet-active {
  background-color: #e9a44b;
}
.swi_banner .pa_ban {
  bottom: 20px !important;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1230px) {
  .swi_banner .pa_ban {
    bottom: 10px !important;
  }
  .swi_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
}

.foot {
  width: 100%;
  background-color: #747373;
  color: #fff;
  padding: 60px 0;
  font-size: 14px;
}
.foot .ny_main {
  position: relative;
  padding-right: 360px;
}
.foot a {
  color: #fff;
}
.foot a:hover {
  color: #c8b264;
}
.foot .d1 {
  width: 100%;
}
.foot .d2 {
  position: absolute;
  right: 0;
  top: 0;
}
.foot .d3 {
  margin-top: 40px;
  text-align: center;
}
.foot .foot_nav {
  width: 100%;
  margin-bottom: 10px;
}
.foot .foot_nav li {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
.foot .foot_nav li:nth-child(3n+1) {
  clear: both;
}
.foot .foot_ewm {
  width: 100%;
  float: left;
}
.foot .foot_ewm li {
  float: left;
  margin-left: 50px;
  text-align: center;
}
.foot .foot_ewm li img {
  height: 125px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1230px) {
  .foot {
    padding: 15px;
    font-size: 12px;
  }
  .foot .d3 {
    margin-top: 15px;
  }
  .foot .foot_nav {
    margin-bottom: 5px;
  }
  .foot .foot_nav li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .foot .foot_ewm li {
    margin-left: 20px;
  }
  .foot .foot_ewm li img {
    height: 80px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 760px) {
  .foot .ny_main {
    padding-right: 0;
  }
  .foot .d1 {
    width: 100%;
  }
  .foot .d2 {
    width: 100%;
    position: inherit;
    top: auto;
    right: auto;
  }
  .foot .d3 {
    margin-top: 15px;
  }
  .foot .foot_nav {
    margin-bottom: 5px;
  }
  .foot .foot_nav li {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 33.3333%;
    text-align: center;
  }
  .foot .foot_lx {
    text-align: center;
  }
  .foot .foot_ewm {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .foot .foot_ewm li {
    float: none;
    display: inline-block;
  }
  .foot .foot_ewm li img {
    height: 100px;
  }
}

.sy1 {
  padding: 80px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .sy1 {
    padding: 15px 15px;
  }
}

.sy_lb1_new {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sy_lb1_new li a {
  width: 100%;
  position: relative;
  padding-left: 80px;
  display: block;
  color: #404040;
  min-height: 64px;
  padding-top: 5px;
}
.sy_lb1_new li a:hover {
  color: #c8b264;
}
.sy_lb1_new li a:hover::before {
  background-color: #c8b264;
}
.sy_lb1_new li a::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  background-color: #999999;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.sy_lb1_new li a b {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.sy_lb1_new li a p {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy_lb1_new li a.a1::before {
  content: "01";
}
.sy_lb1_new li a.a2::before {
  content: "02";
}
.sy_lb1_new li a.a3::before {
  content: "03";
}
.sy_lb1_new li a.a4::before {
  content: "04";
}
.sy_lb1_new li a.a5::before {
  content: "05";
}
.sy_lb1_new li a.a6::before {
  content: "06";
}
@media only screen and (max-width: 1230px) {
  .sy_lb1_new li a {
    min-height: 40px;
    padding-left: 50px;
    padding-top: 0;
  }
  .sy_lb1_new li a::before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .sy_lb1_new li a b {
    margin-bottom: 0;
  }
  .sy_lb1_new li a p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_lb1_new {
    display: block;
    font-size: 0;
    width: 102%;
    margin-left: -1%;
  }
  .sy_lb1_new li {
    width: 48%;
    display: inline-block;
    margin: 1%;
    vertical-align: top;
  }
  .sy_lb1_new li a {
    border-radius: 10px;
  }
  .sy_lb1_new li a p {
    font-size: 13px;
  }
}

.sy_lb1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sy_lb1 li {
  width: 170px;
  height: 170px;
}
.sy_lb1 li a {
  width: 100%;
  height: 100%;
  border: solid 1px #999999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.sy_lb1 li a::before {
  display: inline-block;
  content: "";
  width: 75px;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 8px;
}
.sy_lb1 li a p {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 1230px) {
  .sy_lb1 li a:hover {
    background-color: #c8b264;
    color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    border-color: #c8b264;
  }
  .sy_lb1 li a:hover.a1::before {
    background-image: url(../images/a1_on.png);
  }
  .sy_lb1 li a:hover.a2::before {
    background-image: url(../images/a2_on.png);
  }
  .sy_lb1 li a:hover.a3::before {
    background-image: url(../images/a3_on.png);
  }
  .sy_lb1 li a:hover.a4::before {
    background-image: url(../images/a4_on.png);
  }
  .sy_lb1 li a:hover.a5::before {
    background-image: url(../images/a5_on.png);
  }
  .sy_lb1 li a:hover.a6::before {
    background-image: url(../images/a6_on.png);
  }
}
.sy_lb1 li a.a1::before {
  background-image: url(../images/a1.png);
}
.sy_lb1 li a.a2::before {
  background-image: url(../images/a2.png);
}
.sy_lb1 li a.a3::before {
  background-image: url(../images/a3.png);
}
.sy_lb1 li a.a4::before {
  background-image: url(../images/a4.png);
}
.sy_lb1 li a.a5::before {
  background-image: url(../images/a5.png);
}
.sy_lb1 li a.a6::before {
  background-image: url(../images/a6.png);
}
@media only screen and (max-width: 1230px) {
  .sy_lb1 li {
    width: 120px;
    height: 120px;
  }
  .sy_lb1 li a::before {
    width: 50px;
    height: 50px;
  }
  .sy_lb1 li a p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_lb1 {
    display: block;
    font-size: 0;
    width: 102%;
    margin-left: -1%;
  }
  .sy_lb1 li {
    width: 31.3333%;
    height: 70px;
    display: inline-block;
    margin: 1%;
  }
  .sy_lb1 li a {
    border-radius: 10px;
  }
  .sy_lb1 li a::before {
    width: 28px;
    height: 28px;
    margin-bottom: 3px;
  }
  .sy_lb1 li a p {
    font-size: 13px;
  }
}

.sy_sp {
  width: 100%;
}
.sy_sp a {
  display: block;
  width: 100%;
  position: relative;
}
.sy_sp a img {
  width: 100%;
}
.sy_sp a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.sy_sp a i {
  width: 120px;
  height: 80px;
  background-image: url(../images/t_pay.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -60px;
}
@media only screen and (max-width: 1230px) {
  .sy_sp a i {
    height: 50px;
    margin-top: -25px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_sp a i {
    height: 30px;
    margin-top: -15px;
  }
}
.sy_sp a:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.sy_list2 li a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  border-bottom: dashed 1px #999;
}
.sy_list2 li a .sTime {
  color: #999;
  margin-right: 15px;
}
@media only screen and (max-width: 1230px) {
  .sy_list2 li a {
    line-height: 40px;
  }
  .sy_list2 li a .sTime {
    margin-right: 10px;
  }
}

.sy2 {
  width: 100%;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .sy2 {
    padding: 20px 15px;
  }
}

.sy_bt1 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .sy_bt1.bt_gcyj {
    display: block;
  }
  .sy_bt1.bt_gcyj .sBt {
    margin-bottom: 5px;
    display: block;
  }
}
.sy_bt1.bt_xwzx {
  display: block;
  text-align: center;
}
.sy_bt1 .sBt {
  font-size: 36px;
  font-weight: bold;
  line-height: 35px;
}
@media only screen and (max-width: 1230px) {
  .sy_bt1 .sBt {
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_bt1 .sBt {
    font-size: 16px;
  }
}
.sy_bt1 .sy_nav1 {
  font-size: 0;
}
@media only screen and (max-width: 760px) {
  .sy_bt1 .sy_nav1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.sy_bt1 .sy_nav1 a {
  display: inline-block;
  line-height: 35px;
  font-size: 16px;
}
@media only screen and (min-width: 1230px) {
  .sy_bt1 .sy_nav1 a {
    height: 35px;
  }
}
.sy_bt1 .sy_nav1 a.active {
  font-size: 18px;
  color: #c8b264;
  border-bottom: solid 4px #c8b264;
}
.sy_bt1 .sy_nav1 a + a {
  margin-left: 30px;
}
@media only screen and (max-width: 1230px) {
  .sy_bt1 .sy_nav1 a {
    line-height: 30px;
    font-size: 14px;
  }
  .sy_bt1 .sy_nav1 a.active {
    font-size: 16px;
    border-bottom: solid 2px #c8b264;
  }
  .sy_bt1 .sy_nav1 a + a {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_bt1 .sy_nav1 a {
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .sy_bt1 .sy_nav1 a.active {
    font-size: 14px;
  }
  .sy_bt1 .sy_nav1 a + a {
    margin-left: 10px;
  }
}

.sy_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding: 30px 10px;
  flex-wrap: wrap;
}
.sy_box .ditem {
  width: 30.3333%;
  margin: 0 1.5%;
}
@media only screen and (max-width: 1230px) {
  .sy_box {
    display: block;
    padding: 15px;
  }
  .sy_box .ditem {
    width: 100%;
    margin: 0;
  }
  .sy_box .ditem + .ditem {
    margin-top: 15px;
  }
}

.sy_bt2 {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #999;
  line-height: 35px;
  height: 40px;
}
.sy_bt2 .sBt {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  height: 40px;
  color: #c8b264;
}
.sy_bt2 .sBt::before {
  content: "";
  background-color: #c8b264;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media only screen and (max-width: 1230px) {
  .sy_bt2 .sBt {
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_bt2 .sBt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1230px) {
  .sy_bt2 {
    height: 35px;
  }
  .sy_bt2 .sBt {
    font-size: 18px;
    height: 35px;
    color: #c8b264;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 1230px) {
  .sy_bt2 .sBt {
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .sy_bt2 .sBt {
    font-size: 15px;
  }
}

a.cdMore2 i {
  margin-left: 5px;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1230px) {
  a.cdMore2 i {
    font-size: 12px;
  }
}

a.cdMore {
  display: inline-block;
  min-width: 160px;
  height: 48px;
  padding: 0 20px;
  border: solid 1px #999999;
  line-height: 46px;
  text-align: center;
}
a.cdMore i {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}
a.cdMore:hover {
  border-color: #c8b264;
  background-color: #c8b264;
  color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1230px) {
  a.cdMore {
    min-width: 120px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  a.cdMore i {
    font-size: 16px;
    position: relative;
    top: -1px;
  }
}
@media only screen and (max-width: 760px) {
  a.cdMore {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
  }
}

.gc_carousel {
  width: 1920px;
  position: relative;
  margin-left: -960px;
  left: 50%;
}
.gc_carousel .dItem {
  width: 100%;
  position: relative;
}
.gc_carousel .swiper-container {
  overflow: hidden;
}
.gc_carousel .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.gc_carousel .swiper-container .swiper-slide a .img_content {
  height: 400px;
  position: relative;
}
.gc_carousel .swiper-container .swiper-slide a .img_content p {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
}
.gc_carousel .swiper-container .swiper-slide a .img_content img {
  min-height: 100%;
}
.gc_carousel .swiper-container .swiper-slide a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.gc_carousel .swiper-container .swiper-slide a:hover .img_content p {
  background-color: #c8b264;
  color: #fff;
}
.gc_carousel .swiper-button-prev,
.gc_carousel .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  font-size: 0px;
  line-height: 50px;
  text-align: center;
  background-color: #999999;
  transition: all 0.2s linear;
  overflow: hidden;
}
.gc_carousel .swiper-button-prev:hover,
.gc_carousel .swiper-button-next:hover {
  background-color: #c8b264;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.gc_carousel .swiper-button-prev .bi,
.gc_carousel .swiper-button-next .bi {
  font-size: 32px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.gc_carousel .swiper-button-prev::after,
.gc_carousel .swiper-button-next::after {
  display: none !important;
}
.gc_carousel .swiper-button-prev {
  left: 595px;
}
.gc_carousel .swiper-button-next {
  right: 595px;
}
@media only screen and (max-width: 1230px) {
  .gc_carousel {
    width: 100%;
    margin-left: 0;
    left: auto;
  }
  .gc_carousel .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .gc_carousel .swiper-container .swiper-slide a .img_content p {
    font-size: 14px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .gc_carousel .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 490px) {
  .gc_carousel .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
}
@media only screen and (max-width: 1230px) {
  .gc_carousel .swiper-button-prev,
  .gc_carousel .swiper-button-next {
    display: none !important;
  }
}

.gc_carousel2 {
  width: 100%;
  position: relative;
}
.gc_carousel2 .swiper-container {
  overflow: hidden;
}
.gc_carousel2 .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.gc_carousel2 .swiper-container .swiper-slide a .img_content {
  height: 244px;
  position: relative;
}
.gc_carousel2 .swiper-container .swiper-slide a .img_content p {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 42px;
  background-color: #c8b264;
}
.gc_carousel2 .swiper-container .swiper-slide a .img_content img {
  min-height: 100%;
}
.gc_carousel2 .swiper-container .swiper-slide a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.gc_carousel2 .swiper-container .swiper-slide a:hover .img_content p {
  background-color: #c8b264;
  color: #fff;
}
.gc_carousel2 .swiper-button-prev,
.gc_carousel2 .swiper-button-next {
  width: 34px;
  height: 34px;
  margin-top: -20px;
  border-radius: 50%;
  font-size: 0px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
  overflow: hidden;
}
.gc_carousel2 .swiper-button-prev:hover,
.gc_carousel2 .swiper-button-next:hover {
  background-color: #c8b264;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.gc_carousel2 .swiper-button-prev .bi,
.gc_carousel2 .swiper-button-next .bi {
  font-size: 22px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.gc_carousel2 .swiper-button-prev::after,
.gc_carousel2 .swiper-button-next::after {
  display: none !important;
}
.gc_carousel2 .swiper-button-prev {
  left: 10px;
}
.gc_carousel2 .swiper-button-next {
  right: 10px;
}
@media only screen and (max-width: 1230px) {
  .gc_carousel2 {
    width: 100%;
    margin-left: 0;
    left: auto;
  }
  .gc_carousel2 .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .gc_carousel2 .swiper-container .swiper-slide a .img_content p {
    font-size: 14px;
    line-height: 40px;
  }
  .gc_carousel2 .swiper-button-prev,
  .gc_carousel2 .swiper-button-next {
    display: none !important;
  }
}

.gc_carousel3 {
  width: 100%;
  position: relative;
}
.gc_carousel3 .swiper-container {
  overflow: hidden;
}
.gc_carousel3 .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.gc_carousel3 .swiper-container .swiper-slide a .img_content {
  height: 244px;
  position: relative;
}
.gc_carousel3 .swiper-container .swiper-slide a .img_content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.gc_carousel3 .swiper-container .swiper-slide a .img_content i {
  width: 38px;
  height: 38px;
  background-image: url(../images/index/pay.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -19px;
  margin-left: -19px;
}
@media only screen and (max-width: 1230px) {
  .gc_carousel3 .swiper-container .swiper-slide a .img_content i {
    height: 30px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 760px) {
  .gc_carousel3 .swiper-container .swiper-slide a .img_content i {
    height: 30px;
    margin-top: -15px;
  }
}
.gc_carousel3 .swiper-container .swiper-slide a .img_content:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.gc_carousel3 .swiper-container .swiper-slide a .img_content img {
  min-height: 100%;
}
.gc_carousel3 .swiper-container .swiper-slide a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.gc_carousel3 .swiper-container .swiper-slide a:hover .img_content p {
  background-color: #c8b264;
  color: #fff;
}
.gc_carousel3 .swiper-button-prev,
.gc_carousel3 .swiper-button-next {
  width: 26px;
  height: 26px;
  border-radius: 0%;
  font-size: 0px;
  line-height: 26px;
  text-align: center;
  background-color: #333333;
  transition: all 0.2s linear;
  top: auto;
  bottom: 0px;
  overflow: hidden;
}
.gc_carousel3 .swiper-button-prev:hover,
.gc_carousel3 .swiper-button-next:hover {
  background-color: #c8b264;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.gc_carousel3 .swiper-button-prev .bi,
.gc_carousel3 .swiper-button-next .bi {
  font-size: 16px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.gc_carousel3 .swiper-button-prev::after,
.gc_carousel3 .swiper-button-next::after {
  display: none !important;
}
.gc_carousel3 .swiper-button-prev {
  right: 27px;
  left: auto;
}
.gc_carousel3 .swiper-button-next {
  right: 0px;
}
@media only screen and (max-width: 1230px) {
  .gc_carousel3 {
    width: 100%;
    margin-left: 0;
    left: auto;
  }
  .gc_carousel3 .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .gc_carousel3 .swiper-container .swiper-slide a .img_content p {
    font-size: 14px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .gc_carousel3 .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 490px) {
  .gc_carousel3 .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
}
@media only screen and (max-width: 1230px) {
  .gc_carousel3 .swiper-button-prev,
  .gc_carousel3 .swiper-button-next {
    display: none !important;
  }
}

.sy3 {
  width: 100%;
  background-color: #fbfbfc;
  background-image: url(../images/newsbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px 0 40px 0;
}
.sy3 a.cdMore {
  background-color: #fff;
}
.sy3 a.cdMore:hover {
  background-color: #c8b264;
}
@media only screen and (max-width: 1230px) {
  .sy3 {
    padding: 40px 15px 20px 15px;
    min-height: inherit;
  }
}

.xwzxList {
  width: 101%;
  font-size: 0;
  margin-left: -0.5%;
}
.xwzxList li {
  width: 32.3333%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5% 10px 0.5%;
}
.xwzxList li a {
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.xwzxList li a .text_content {
  padding: 55px 35px 100px 35px;
}
.xwzxList li a .text_content .bt {
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  line-height: 35px;
  margin-bottom: 15px;
  transition: all 0s linear;
}
.xwzxList li a .text_content p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  transition: all 0s linear;
}
.xwzxList li a .text_content .sMore {
  position: absolute;
  background-color: #c8b264;
  color: #fff;
  width: 70px;
  height: 50px;
  text-align: center;
  right: 0;
  bottom: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.xwzxList li a .text_content .sMore i {
  font-size: 32px;
  line-height: 52px;
}
@media only screen and (min-width: 1230px) {
  .xwzxList li a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    background-color: #c8b264;
    color: #fff;
  }
  .xwzxList li a:hover .text_content p {
    color: #fff;
  }
  .xwzxList li a:hover .text_content .sMore {
    background-color: rgba(255, 255, 255, 0.3);
    width: 90px;
  }
}
@media only screen and (max-width: 1230px) {
  .xwzxList li a .text_content {
    padding: 30px 15px 50px 15px;
  }
  .xwzxList li a .text_content .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .xwzxList li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
  }
  .xwzxList li a .text_content .sMore {
    width: 40px;
    height: 25px;
  }
  .xwzxList li a .text_content .sMore i {
    font-size: 16px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 760px) {
  .xwzxList li {
    width: 99%;
  }
  .xwzxList li a {
    border-bottom: solid 1px #e5e5e5;
  }
  .xwzxList li a .text_content {
    padding: 20px 15px 40px 15px;
  }
  .xwzxList li a .text_content .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .xwzxList li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
  }
  .xwzxList li a .text_content .sMore {
    width: 40px;
    height: 25px;
  }
  .xwzxList li a .text_content .sMore i {
    font-size: 16px;
    line-height: 27px;
  }
}

.sy4 {
  width: 100%;
  padding: 70px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .sy4 {
    padding: 20px 15px;
  }
}

.kfList {
  width: 102%;
  font-size: 0;
  margin-left: -1%;
}
.kfList li {
  display: inline-block;
  width: 31.3333%;
  vertical-align: top;
  margin: 0 1% 40px 1%;
}
.kfList li a {
  display: block;
  width: 100%;
  border-bottom: solid 2px #c9c9c9;
}
.kfList li a .img_content {
  height: 300px;
  overflow: hidden;
}
.kfList li a .img_content img {
  min-height: 100%;
}
.kfList li a .text_content {
  padding: 20px 50px 20px 0;
  position: relative;
  transition: all 0.2s linear;
}
.kfList li a .text_content .sBt {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.kfList li a .text_content .bi {
  line-height: 30px;
  font-size: 24px;
  color: #c8b264;
  position: absolute;
  right: 10px;
  top: 20px;
}
.kfList li a:hover {
  border-bottom-color: #c8b264;
}
@media only screen and (max-width: 1230px) {
  .kfList li {
    margin: 0 1% 15px 1%;
  }
  .kfList li a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .kfList li a .text_content {
    padding: 15px 30px 15px 0;
  }
  .kfList li a .text_content .sBt {
    line-height: 24px;
    height: 24px;
    font-size: 14px;
  }
  .kfList li a .text_content .bi {
    line-height: 24px;
    font-size: 18px;
    right: 5px;
    top: 15px;
  }
}
@media only screen and (max-width: 760px) {
  .kfList li {
    width: 48%;
  }
  .kfList li a .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
}
@media only screen and (max-width: 500px) {
  .kfList li {
    width: 98%;
  }
  .kfList li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
}

.syJob {
  width: 100%;
  background-color: #fbfbfc;
  position: relative;
}
.syJob a {
  display: block;
  width: 100%;
}
.syJob a .img_content {
  float: right;
  width: 65%;
}
.syJob a .img_content img {
  width: 100%;
}
.syJob a .text_content {
  width: 35%;
  float: left;
  padding: 60px;
}
.syJob a .text_content .bt {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.syJob a .text_content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 150px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #010101;
}
.syJob a .text_content .bi {
  font-size: 24px;
  color: #c8b264;
}
@media only screen and (min-width: 1230px) {
  .syJob a:hover {
    background-color: #c8b264;
    color: #fff;
  }
  .syJob a:hover p,
  .syJob a:hover .bi {
    color: #fff;
  }
}
@media only screen and (max-width: 1230px) {
  .syJob a .img_content {
    width: 65%;
  }
  .syJob a .text_content {
    width: 35%;
    padding: 30px;
  }
  .syJob a .text_content .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .syJob a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 120px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .syJob a .text_content .bi {
    font-size: 18px;
  }
}
@media only screen and (max-width: 760px) {
  .syJob a .img_content {
    width: 100%;
  }
  .syJob a .text_content {
    width: 100%;
    padding: 15px;
  }
  .syJob a .text_content .bt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .syJob a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 120px;
    height: auto !important;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.top_lm {
  text-align: center;
  width: 100%;
  padding: 65px 0 40px 0;
}
@media only screen and (max-width: 1230px) {
  .top_lm {
    display: none;
  }
}
.top_lm h2 {
  font-size: 46px;
  font-weight: bold;
}
.top_lm h3 {
  font-size: 36px;
  font-weight: bold;
}

.ny_ban {
  width: 100%;
}
.ny_ban img {
  width: 100%;
}

.ny_bt1 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding-top: 15px;
  line-height: 50px;
}
.ny_bt1::before {
  content: "";
  width: 2em;
  height: 6px;
  background-color: #c8b264;
  position: absolute;
  left: 0;
  top: 0;
}
.ny_bt1 p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 1230px) {
  .ny_bt1 {
    font-size: 18px;
    padding-top: 10px;
    line-height: 30px;
  }
  .ny_bt1::before {
    height: 4px;
  }
}
@media only screen and (max-width: 760px) {
  .ny_bt1 {
    font-size: 16px;
  }
}

.lm_box {
  text-align: center;
  width: 100%;
}

.lm_nav {
  width: 100%;
  font-size: 0;
  margin-bottom: -10px;
}
.lm_nav a {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  border: solid 1px #999;
  font-size: 18px;
  padding: 0 30px;
  margin: 0 22px 20px 22px;
}
.lm_nav a.active {
  border-color: #c8b264;
  background-color: #c8b264;
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .lm_nav {
    margin-bottom: 0;
    display: none;
    background-color: #fff;
  }
  .lm_nav a {
    display: block;
    height: auto;
    line-height: 22px;
    font-size: 14px;
    padding: 12px 15px;
    margin: 0px;
    border: 0;
    border-bottom: solid 1px #ddd;
  }
}

.nav_bt {
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  border-bottom: solid 1px #ddd;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav_bt a {
  width: 100%;
  height: 45px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #c8b264;
}
.nav_bt a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  right: 5px;
  top: 0px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23c0985a'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 22px;
}
.nav_bt a.on:before {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
  .p_t {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .p_t .d11 {
    width: 100%;
    margin-bottom: 15px;
  }
  .p_t .d22 {
    width: 100%;
  }
  .pro_bt {
    width: 100%;
    float: left;
    color: #666;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .pro_bt b {
    color: #333;
    font-size: 15px;
    font-weight: bold;
  }
  .pro_ms {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 155%;
  }
  .pro_nav a {
    float: left;
    padding: 0 15px;
    color: #aaa;
    background-color: #f2f2f2;
    line-height: 35px;
    font-size: 14px;
  }
  .pro_nav_nr {
    width: 100%;
    float: left;
    padding: 15px;
    border: solid 1px #ddd;
    min-height: 150px;
    margin-bottom: 15px;
  }
  .gd {
    width: 100%;
    float: left;
    color: #999;
  }
  .gd .s1 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
  }
  .gd b {
    float: left;
    margin: 0 10px 0 0;
    font-size: 12px;
  }
  .dt {
    width: 100%;
    float: left;
    height: 250px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ny_yj {
    padding: 35px;
  }
  .p_t {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .p_t .d11 {
    width: 600px;
  }
  .p_t .d22 {
    width: 510px;
    margin-top: 15px;
  }
  .pro_bt {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .pro_bt b {
    font-size: 24px;
    font-weight: bold;
  }
  .pro_ms {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
  }
  .pro_nav a {
    float: left;
    padding: 0 35px;
    color: #666;
    background-color: #f2f2f2;
    line-height: 50px;
    font-size: 18px;
  }
  .pro_nav_nr {
    width: 100%;
    float: left;
    padding: 20px;
    border: solid 1px #ddd;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .gd {
    width: 100%;
    float: left;
    color: #999;
  }
  .gd .s1 {
    width: 49%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
  }
  .gd b {
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .gd .s1.left b:before,
  .gd .s1.right b:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.77 12.11l4.012-2.953a.647.647 0 0 0 0-1.114L9.771 5.09a.644.644 0 0 0-.971.557V6.65H2v3.9h6.8v1.003c0 .505.545.808.97.557z"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -2px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .gd .s1.left b:before {
    transform: rotate(180deg);
  }
  .gd .s1.right {
    text-align: right;
  }
  .gd .s1.right b {
    float: right;
    margin: 0 0px 0 10px;
  }
  .dt {
    width: 100%;
    float: left;
    height: 460px;
    margin-bottom: 30px;
  }
}
.dt {
  border: solid 1px #ddd;
}

.dt img,
.dt label {
  max-width: inherit;
}

.pro_nav {
  width: 100%;
  float: left;
  /*margin-bottom: -1px;*/
}

.pro_nav a:hover,
.pro_nav a.on {
  background-color: #c8b264;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .gallery-top {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
  .gallery-thumbs.swiper-container {
    padding: 0px 20px;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    display: inline-block !important;
    /*opacity: 0.4;*/
  }
  .gallery-thumbs .swiper-button-prev {
    position: absolute;
    top: 0%;
    left: 0px;
    height: 100% !important;
    margin: 0;
    background-color: #aaa;
    width: 15px;
    color: #fff;
  }
  .gallery-thumbs .swiper-button-next {
    position: absolute;
    top: 0%;
    right: 0px;
    margin: 0;
    height: 100% !important;
    background-color: #aaa;
    width: 15px;
    color: #fff;
  }
  .gallery-thumbs .swiper-button-prev,
  .gallery-thumbs .swiper-button-next {
    outline: none;
    --swiper-navigation-size: 15px;
    text-align: center;
    /*-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;*/
  }
}
.gallery-top img,
.gallery-thumbs img {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .gallery-top {
    width: 100%;
    margin-bottom: 15px;
    float: left;
  }
  .gallery-thumbs.swiper-container {
    padding: 0px 30px;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    display: inline-block !important;
    /*opacity: 0.4;*/
  }
  .gallery-thumbs .swiper-button-prev {
    position: absolute;
    top: 0%;
    left: 0px;
    height: 100% !important;
    margin: 0;
    background-color: #aaa;
    width: 25px;
    color: #fff;
  }
  .gallery-thumbs .swiper-button-next {
    position: absolute;
    top: 0%;
    right: 0px;
    margin: 0;
    height: 100% !important;
    background-color: #aaa;
    width: 25px;
    color: #fff;
  }
  .gallery-thumbs .swiper-button-prev,
  .gallery-thumbs .swiper-button-next {
    outline: none;
    --swiper-navigation-size: 24px;
    text-align: center;
    /*-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;*/
  }
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  border: solid 1px #ddd;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active img {
  border-color: #c8b264;
}

.gallery-thumbs .swiper-button-next:hover,
.gallery-thumbs .swiper-button-prev:hover {
  background-color: #c8b264;
}

.ct_nr {
  width: 100%;
  position: relative;
  min-height: 470px;
  padding: 60px 680px 60px 60px;
  background-color: #fff;
}
.ct_nr .dt {
  width: 550px;
  height: 350px;
  position: absolute;
  right: 60px;
  top: 60px;
}
@media only screen and (max-width: 1230px) {
  .ct_nr {
    min-height: auto;
    padding: 15px;
  }
  .ct_nr .dt {
    width: 100%;
    height: 300px;
    position: inherit;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
}

.lx_for {
  background-color: #fff;
  padding: 60px;
}
@media only screen and (max-width: 1230px) {
  .lx_for {
    padding: 15px;
  }
}

#modal_pt .modal-dialog {
  max-width: 1100px;
}
#modal_pt .modal-dialog .modal-content {
  border: 0;
  border-radius: 10px;
  background-color: #000000;
  position: relative;
}
#modal_pt .modal-dialog .modal-content .btn_gb {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  right: -50px;
  top: -50px;
  z-index: 30;
}
#modal_pt .modal-dialog .modal-content .btn_gb:hover {
  background-color: #c8b264;
  color: #fff;
}
#modal_pt .modal-dialog .modal-content .btn_gb i {
  font-size: 30px;
}
#modal_pt .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
@media only screen and (max-width: 1230px) {
  #modal_pt .modal-dialog .modal-content {
    height: 100%;
  }
  #modal_pt .modal-dialog .modal-content .btn_gb {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 50%;
    top: auto;
    margin-left: -20px;
    bottom: -50px;
  }
  #modal_pt .modal-dialog .modal-content .btn_gb i {
    font-size: 20px;
  }
}

.dlu_gd .swiper {
  width: 100%;
  height: 100%;
}
.dlu_gd .swiper .swiper-slide {
  height: 100%;
  position: relative;
}
.dlu_gd .swiper .swiper-slide a {
  position: absolute;
  width: 150px;
  text-align: center;
  height: 30px;
}
.dlu_gd .swiper .swiper-slide a:hover {
  z-index: 20;
}
.dlu_gd .swiper .swiper-slide a:hover i::before {
  opacity: 1;
}
.dlu_gd .swiper .swiper-slide a .nr {
  position: absolute;
  width: 220px;
  left: 50%;
  margin-left: -110px;
  bottom: 130px;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 30;
  display: none;
  opacity: 0;
  color: #333;
}
.dlu_gd .swiper .swiper-slide a .nr .img_content {
  height: 120px;
  overflow: hidden;
  margin-bottom: 6px;
}
.dlu_gd .swiper .swiper-slide a .nr .img_content img {
  min-height: 100%;
}
.dlu_gd .swiper .swiper-slide a .nr:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  transform: rotate(45deg);
}
.dlu_gd .swiper .swiper-slide a i {
  background-color: rgba(192, 149, 108, 0.6);
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: -55px;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dlu_gd .swiper .swiper-slide a i::before {
  content: "";
  border-radius: 50%;
  width: 46px;
  height: 46px;
  left: -5px;
  top: -5px;
  position: absolute;
  background-color: rgba(192, 149, 108, 0.35);
  max-width: 46px;
  opacity: 0;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(1) {
  left: 350px;
  top: 410px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(2) {
  left: 540px;
  top: 465px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(3) {
  left: 720px;
  top: 465px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(4) {
  left: 930px;
  top: 550px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(4) b {
  top: 0px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(5) {
  left: 920px;
  top: 350px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(6) {
  left: 1080px;
  top: 410px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(6) b {
  top: 0px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(7) {
  left: 1200px;
  top: 358px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(8) {
  left: 1320px;
  top: 448px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(8) b {
  top: 0px;
}
.dlu_gd .swiper .swiper-slide a:nth-of-type(9) {
  left: 1400px;
  top: 278px;
}
.dlu_gd .swiper .swiper-slide a b {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100px;
}
.dlu_gd .swiper-button-prev,
.dlu_gd .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
  border-radius: 0%;
  font-size: 24px;
  top: auto;
  bottom: 120px;
  left: 410px;
  background-color: #c8b264;
  color: #fff;
  font-weight: bold;
}
.dlu_gd .swiper-button-prev:hover,
.dlu_gd .swiper-button-next:hover {
  background-color: #c8b264;
  color: #fff !important;
}
.dlu_gd .swiper-button-next {
  left: 475px;
}
.dlu_gd .swiper-button-prev::after,
.dlu_gd .swiper-button-next::after {
  display: none !important;
}
.dlu_gd .swiper-button-prev:hover,
.dlu_gd .swiper-button-next:hover {
  border-color: #c8b264;
  color: #c8b264;
}

.yyls_mob_list a {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #e5e5e5;
}
.yyls_mob_list a b {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.yyls_mob_list a .img_content {
  margin-bottom: 10px;
}
.yyls_mob_list a .img_content img {
  height: 100px;
}
.yyls_mob_list a p {
  font-size: 14px;
}

.bg_yyls {
  background-image: url(../images/lslu.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 650px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  margin-bottom: -70px;
  margin-top: -150px;
}